CustomProperties Constructor(KeyValuePair[])
Initializes a new instance of the CustomProperties class with the KeyValuePair array specified.
'Declaration
Public Function New( _
ByVal () As KeyValuePair _
)
Parameters
- initialValues
- The array of string attribute values.